array boundの例文
もっと例文: 1 2 3
- :: Fortran seems to just skip the array bounds checking to speed things up.
- Some languages do'array bound checking'and making this kind of error will likely trigger an error condition.
- This is particularly more likely to occur in programming languages such as C which use pointer arithmetic or do not check array bounds automatically.
- Array bounds violations are therefore possible and rather common in carelessly written code, and can lead to various repercussions, including illegal memory accesses, corruption of data, buffer overruns, and run-time exceptions.
- It was standard Pascal level-1 ( with parametrized array bounds ) but the definition allowed alternative keywords and predefined identifiers in French and the language included a few extensions to ease system programming ( e . g . an equivalent to lseek ).